README
This is not a live dashboard!
Data was last updated 06/27/2025.
Pre Surveys
388
Post Surveys
248
Date entry by Council:
| council | Post | Pre |
|---|---|---|
| Citrus Council | 78 | 114 |
| Gateway Council | 59 | 97 |
| Southeast Council | 67 | 114 |
| West Central Council | 44 | 63 |
| Total | 248 | 388 |
Pre Surveys by Site:
//| id: fun
//| classes: table green-box
viewof my_table = (() => {
const table = Inputs.table(filtered); // Use your real data here
setTimeout(() => {
const innerTable = table.querySelector("table");
if (innerTable) {
innerTable.classList.add("table-green-header");
}
}, 50);
return table;
})();